home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_inversion.h
- SHORTNAME : inversion.h
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Guenter Mamier
- DATE : 29.01.92
-
- CHANGED BY : Sven Doering
- IDENTIFICATION : @(#)ui_inversion.h 1.10 3/2/94
- SCCS VERSION : 1.10
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
- #ifndef _UI_INVERSION_DEFINED_
- #define _UI_INVERSION_DEFINED_
-
-
- extern void ui_inversion(Widget button, caddr_t call_data);
-
- extern int INVERS_CREATED; /* TRUE if display exists */
- extern Widget ui_InvRootWidget; /* root widget for inversion */
-
- #endif
-
- /* 32 lines generated by deleteprivatedefinitions.awk */
-